home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Role Playing and Strategy / Starbound II.hqx / Starbound II / Races / General.rsrc / s$it_129_System constants.bin < prev    next >
Encoding:
Text File  |  1998-05-08  |  918 b   |  37 lines

  1. // Predefined system constants
  2.  
  3. // Ship classes
  4.     sb_cruiser                0
  5.     sb_scout                  1
  6.     sb_patrol_ship            2
  7.     sb_destroyer              3
  8.     sb_heavy_cruiser          4
  9.     sb_dreadnought            5
  10.     sb_trade_ship             6
  11.     sb_stardock               7
  12.  
  13. // Space combat
  14.     sb_space_calculated       0
  15.     sb_space_arcade           1
  16.     sb_space_turn             2
  17.     sb_space_realtime         3
  18.  
  19. // Ground combat
  20.     sb_ground_none            0
  21.     sb_ground_calculated      1
  22.     sb_ground_turn            2
  23.     sb_ground_realtime        3
  24.  
  25. // Sector size
  26.     sb_small                  0
  27.     sb_medium                 1
  28.     sb_large                  2
  29.     sb_huge                   3
  30.  
  31. // Space contents
  32.     sb_empty                  0
  33.     sb_nebula                 1
  34.     sb_asteroids              2
  35.     sb_wormhole               3
  36.     sb_planet                 4
  37.